home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 123 / MacAddict_123_2006_11.iso / Software / Internet & Communication / GarageSale 2.4.4.dmg / GarageSale.app / Contents / Resources / English.lproj / CategoryPanel.nib / classes.nib next >
Text File  |  2006-08-27  |  1KB  |  40 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             ACTIONS = {search = id; }; 
  5.             CLASS = FilteringArrayController; 
  6.             LANGUAGE = ObjC; 
  7.             SUPERCLASS = NSArrayController; 
  8.         }, 
  9.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  10.         {CLASS = GSCategoryDataManager; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  11.         {
  12.             ACTIONS = {
  13.                 addFavoriteAction = id; 
  14.                 browserAction = id; 
  15.                 categoryIDFieldAction = id; 
  16.                 doCancel = id; 
  17.                 doOK = id; 
  18.                 recentCategoriesPopupAction = id; 
  19.             }; 
  20.             CLASS = GSCategoryPanelController; 
  21.             LANGUAGE = ObjC; 
  22.             OUTLETS = {
  23.                 bestOfferField = NSTextField; 
  24.                 categoryBrowser = NSBrowser; 
  25.                 categoryIDField = NSTextField; 
  26.                 categoryPathsController = NSArrayController; 
  27.                 categoryTable = NSTableView; 
  28.                 favoriteCategoriesController = NSArrayController; 
  29.                 favoritesTable = NSTableView; 
  30.                 okButton = NSButton; 
  31.                 recentCategoriesPopup = NSPopUpButton; 
  32.                 reservePriceField = NSTextField; 
  33.                 searchField = NSSearchField; 
  34.                 tabView = NSTabView; 
  35.             }; 
  36.             SUPERCLASS = NSWindowController; 
  37.         }
  38.     ); 
  39.     IBVersion = 1; 
  40. }